Skip to content

Conversation

kellertk
Copy link
Member

Based on #605
Replaces #1265
Closes #432

@aws-sdk-osds aws-sdk-osds enabled auto-merge (squash) September 2, 2025 17:25
@aws-sdk-osds aws-sdk-osds merged commit c4be498 into main Sep 2, 2025
16 checks passed
'allowed-account-ids': '111111111111'
}));
mockedSTSClient.on(GetCallerIdentityCommand).resolves({ ...mocks.outputs.GET_CALLER_IDENTITY });
// biome-ignore lint/suspicious/noExplicitAny: any required to mock private method
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to not use type 'any'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add: allowed-account-ids (to prevent accidents)
5 participants